home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
- <?xml-stylesheet href="chrome://aim/skin/Chat.css" type="text/css"?>
-
- <!DOCTYPE window SYSTEM "chrome://aim/locale/Chat.dtd">
-
-
- <window
- xmlns:html="http://www.w3.org/1999/xhtml"
- xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- id="AimChatInviteBuddy" class="dialog"
- name="Buddy Chat Invitation"
- title="&chatInviteBuddy.title;"
- onload="chatInviteBuddyOnWinLoad()"
- onunload="chatInviteBuddyOnWinUnLoad()"
- orient="vertical" style="width: 35em;"
- screenX="10" screenY="10"
- windowtype="Aim:ChatInvite"
- persist="screenX screenY "
- >
-
- <script language="JavaScript" src="chrome://aim/content/aimHelpers.js" />
- <script language="JavaScript" src="chrome://aim/content/Aim.js" />
- <script language="JavaScript" src="chrome://aim/content/AimIM.js" />
- <script language="JavaScript" src="chrome://aim/content/chatInviteBuddy.js" />
- <script language="JavaScript" src="chrome://aim/content/AimSession.js" />
- <script language="JavaScript" src="chrome://communicator/content/tasksOverlay.js" />
-
- <deck id="cibdeck001" index="0" flex="1" >
- <box id="zero_blank" flex="3"/>
- <box id="cibcontentwrapper" orient="vertical" align="center" flex="3">
- <titledbox flex="2" >
- <title value="&whoToInvite.label;" />
- <textfield multiline="true" rows="5" flex="1" id="invitedscreennames"/>
- </titledbox>
- <titledbox flex="2" >
- <title value="&inviteMessage.label;" />
- <textfield multiline="true" rows="5" flex="1" id="invitationmsg" value="&inviteMessage2.label;"/>
- </titledbox>
- <titledbox>
- <title value="&roomName.label;" />
- <textfield type="text" id="buddychatroomname" flex="1" />
- </titledbox>
- <box autostretch="never">
- <spring flex="1"/>
- <button value="&cancel.label;" oncommand="window.close()"/>
- <button value="&invite.label;" oncommand="chatInviteBuddyCmdInvite()"/>
- </box>
- </box>
- <box id="incomingChatReq" orient="vertical" flex="3">
- <box>
- <text class="label" value="&inviteFrom.label;" />
- <text class="label" value="[screen name]" id="chatRendezvousScreenName001"/>
- <text class="label" value="[warning level]" id="chatRendezvousWarningLevel001"/>
- </box>
- <box orient="horizontal" >
- <text class="label" value="[screen name]" id="chatRendezvousScreenName002" />
- <text class="label" value="&writes.label;" />
- </box>
- <textfield multiline="true" rows="5" flex="1" id="chatRendezvousInvitationMsg" value="&inviteMessage2.label;" />
- <spring flex="1" />
- <box>
- <text class="label" value="&roomName.label;" />
- <text class="label" value="[chat room name]" id="chatRendezvousRoomName001"/>
- </box>
- <box>
- <text class="label" value="&inviteRecd.label;" />
- <text class="label" value="[invite received time]" id="chatRendezvousChatRoomDate" />
- </box>
- <box autostretch="never" valign="middle" align="center">
- <button value="&warnButton.label;" oncommand="cmdChatIncomingWarn()" />
- <button value="&blockButton.label;" oncommand="cmdChatIncomingBlock()" />
- <!-- <button value="&getInfo.label;" oncommand="cmdChatIncomingGetInfo()" /> -->
- <button value="&IM.label;" oncommand="cmdChatIncomingIM()" />
- </box>
- <box>
- <spring flex="1"/>
- <button value="&decline.label;" oncommand="chatInviteBuddyCmdDeclineRendezvous()"/>
- <button value="&accept.label;" oncommand="chatInviteBuddyCmdAcceptRendezvous()"/>
- </box>
- </box>
-
- <box id="chatroomprogress" flex="1" >
- <grid flex="1">
- <columns>
- <column flex="1"/>
- <column flex="3" />
- <column flex="1"/>
- </columns>
- <rows>
- <row flex="2">
- <box/>
- <box orient="vertical" autostretch="never" align="center">
- <text class="label" value="&progress.label;" />
- <progressmeter mode="undetermined" width="50" />
- </box>
- <box/>
- </row>
- </rows>
- </grid>
- </box>
-
- </deck>
-
- </window>
-
-